home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pctv2n2.arc / PRNAUX.CPP < prev    next >
Text File  |  1991-08-11  |  211b  |  6 lines

  1. #include <prnaux.h>   // prnaux.h #includes fstream.h
  2.  
  3. // DOS opens both files for read and write.
  4. fstream cprn(4);      // DOS file handle 4 is stdprn
  5. fstream caux(3);      // DOS file handle 3 is stdaux
  6.